Actually build faq if enabled
authorColin Walters <walters@verbum.org>
Thu, 1 Jul 2010 19:16:25 +0000 (15:16 -0400)
committerColin Walters <walters@verbum.org>
Fri, 9 Jul 2010 14:49:46 +0000 (10:49 -0400)
Previously we required an explicit "make html" in this subdirectory
for no reason.  Just build it if make is invoked at the toplevel
and we have docbook.

docs/faq/Makefile.am

index 9bdaf1284c92b5efcacdc1fe23fb42c4940b425e..f53c96c5dd76a13c41a8fa1463726dd19588dc9e 100644 (file)
@@ -17,6 +17,8 @@ pdf:
          (cd $(srcdir); db2pdf gtk-faq.sgml); \
        fi
 
+all-local: html
+
 dist-hook: html
        cp -Rp $(srcdir)/html $(distdir)
 else